WarningCode

interface WarningCode : DeficiencyCode

Represents a warning code that a Player, Source or Offline warning can be associated with. All possible warning codes are split up into PlayerWarningCode, SourceWarningCode and OfflineWarningCode related warnings.

Types

Companion
Link copied to clipboard
object Companion

Inherited properties

value
Link copied to clipboard
abstract val value: Int
The raw code value associated with the deficiency.

Inheritors

OfflineWarningCode
Link copied to clipboard
PlayerWarningCode
Link copied to clipboard
SourceWarningCode
Link copied to clipboard